home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Organization / HyperWallet / background_3827.txt < prev    next >
Encoding:
Text File  |  1988-05-17  |  2.0 KB  |  104 lines

  1. -- background: 3827 from stack: in
  2. -- bmap block id: 7402
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0004
  11. -- rect: left=31 top=217 right=251 bottom=70
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 20098 / 20098
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Home
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect dissolve
  23.   go "Home"
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 0004
  31. -- rect: left=31 top=258 right=292 bottom=70
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 20186 / 20186
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: 
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   sort by field "Name"
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 3 (button)
  48. -- low flags: 00
  49. -- high flags: 0004
  50. -- rect: left=31 top=299 right=333 bottom=70
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 32670 / 32670
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: 
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   show all cards
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 5 (button)
  67. -- low flags: 00
  68. -- high flags: 0000
  69. -- rect: left=281 top=301 right=324 bottom=307
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 1014 / 1014
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: Prev
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   visual effect scroll right
  81.   go to prev card
  82. end mouseUp
  83.  
  84.  
  85.  
  86. -- part 6 (button)
  87. -- low flags: 00
  88. -- high flags: 0000
  89. -- rect: left=310 top=301 right=324 bottom=335
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 1013 / 1013
  92. -- text alignment: 1
  93. -- font id: 0
  94. -- text size: 12
  95. -- style flags: 0
  96. -- line height: 16
  97. -- part name: Next
  98. ----- HyperTalk script -----
  99. on mouseUp
  100.   visual effect scroll left
  101.   go to next card
  102. end mouseUp
  103.  
  104.